File: n_err.sru
Size: 326
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Error class
forward
global type n_err from pfc_n_err
end type
end forward

global type n_err from pfc_n_err
end type
global n_err n_err

on n_err.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_err.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on